home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ram315.zip / NS-PORTS.DOC < prev    next >
Text File  |  1993-02-02  |  863b  |  18 lines

  1. RAMail's Internal Protocols and Non-standard COM Ports
  2. ------------------------------------------------------
  3. Unlike RAMail itself, the built-in protocols do not use the fossil driver
  4. to determine your COM port settings. This has no impact on standard ports,
  5. but if you use non-standard COM port configurations, the internal protocols
  6. will not function without special attention.
  7.  
  8. To alleviate this problem, you must add an additional parameter to the RAMAIL
  9. command line. This parameter is the character '&' followed by your COM port
  10. address (in hex) and your IRQ setting. For example, if your address and IRQ
  11. settings are 3E8,5, your command line would look like this:
  12.  
  13. RAMAIL.EXE RAMAIL.CFG &3E8,5
  14.  
  15. Note there are no spaces in the COM setting parameter. Also, the COM setting
  16. parameter MUST be passed immediately following the CFG file name.
  17.  
  18.